.mores {
    margin-top: 3vw;
}

.mores a {
    display: block;
    width: 220px;
    height: 50px;
    background: url(../img/btn2.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    color: #fff;
}

.mores a:before {
    content: '';
    width: 0;
    height: 100%;
    background: url(../img/btn5.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.mores a h3 {
    position: relative;
    text-align: center;
    line-height: 50px;
    letter-spacing: 4px;
}

.mores a h3 span {
    margin-left: 40px;
}

.mores a:hover:before {
    width: 100%;
    opacity: 1;
}

.s-title {
    text-align: center;
}

.s-title h2 {
    color: #231815;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.s-title h2 a {
    color: #231815;
}

.s-title h3 {
    font-family: '宋体';
    color: #957b54;
    margin: 4px 0 10px;
    opacity: 0;
    letter-spacing: -1px;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.s-title p {
    color: #2b2b2b;
    letter-spacing: 10px;
    position: relative;
    padding-bottom: 1vw;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.s-title p:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #c0a782;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.s-title.mobile {
    display: none;
}

.section {
    overflow: hidden;
    position: relative;
}

.section.active .s-title h2 {
    opacity: 1;
    transform: translateY(0);
}

.section.active .s-title h3 {
    opacity: 1;
    transform: translateY(0);
}

.section.active .s-title p {
    opacity: 1;
    transform: translateY(0);
}

.section01 .banner .swiper .swiper-slide {
    overflow: hidden;
    height: calc(100vh - 200px);
}

.section01 .banner .swiper .swiper-slide .video {
    position: relative;
    width: 100%;
    height: 100%;
}

.section01 .banner .swiper .swiper-slide .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section01 .banner .swiper .swiper-slide .tu {
    position: relative;
    width: 100%;
    height: 100%;
}

.section01 .banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transition: all 5s;
    -webkit-transition: all 5s;
    -moz-transition: all 5s;
    -ms-transition: all 5s;
}

.section01 .banner .swiper .swiper-slide-active img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.section01 .banner .swiper-pagination {
    bottom: 20px;
}

.section01 .banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.section01 .banner .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 4px;
}

.section01 .bottom {
    padding: 0 5%;
    height: 200px;
    background: url(../img/bg2.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
}

.section01 .bottom ul {
    flex: 1;
    display: flex;
}

.section01 .bottom ul li {
    width: 25%;
    display: flex;
    justify-content: center;
    position: relative;
}

.section01 .bottom ul li:after {
    content: '';
    width: 1px;
    height: 60px;
    background: #957b54;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section01 .bottom ul li .box {
    display: flex;
}

.section01 .bottom ul li .box .left h2 {
    font-weight: bold;
    line-height: 1;
}

.section01 .bottom ul li .box .left h3 {
    text-align: right;
    margin-top: 10px;
}

.section01 .bottom ul li .box .right {
    margin-left: 1.5vw;
}

.section01 .bottom ul li .box .right h2 {
    font-weight: bold;
    padding-bottom: 10px;
    position: relative;
}

.section01 .bottom ul li .box .right h2:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #957b54;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section01 .bottom ul li .box .right p {
    opacity: 0.7;
    line-height: 1.6;
    margin-top: 0.8vw;
}

.section01 .bottom ul li:last-child:after {
    display: none;
}

.section02 {
    background: url(../img/bg3.jpg) no-repeat;
    background-size: cover;
}

.section02 .ctn-list {
    margin-top: 1.5vw;
}

.section02 .ctn-list ul {
    display: flex;
    justify-content: space-between;
}

.section02 .ctn-list ul li {
    flex-shrink: 1;
    width: 25%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section02 .ctn-list ul li a {
    display: block;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    opacity: 0.5;
}

.section02 .ctn-list ul li a .tu {
    height: 500px;
    position: relative;
}

.section02 .ctn-list ul li a .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section02 .ctn-list ul li a .tu .text {
    position: absolute;
    width: 100%;
    left: -40px;
    bottom: 0;
    background: url(../img/bg5.png) no-repeat;
    background-size: cover;
    padding: 0.8vw 3vw 1.2vw;
    color: #fff;
    opacity: 0;
}

.section02 .ctn-list ul li a .tu .text h2 {
    font-weight: bold;
}

.section02 .ctn-list ul li a .tu .text h3 {
    letter-spacing: 2px;
    margin-top: 6px;
}

.section02 .ctn-list ul li a .masks {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section02 .ctn-list ul li a .masks .kuang {
    position: absolute;
    width: 88%;
    height: 88%;
    left: 6%;
    top: 6%;
}

.section02 .ctn-list ul li a .masks .kuang img {
    width: 100%;
    height: 100%;
}

.section02 .ctn-list ul li a .masks .center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.section02 .ctn-list ul li a .masks .center .icon {
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section02 .ctn-list ul li a .masks .center .icon img {
    max-height: 94px;
}

.section02 .ctn-list ul li a .masks .center h2 {
    color: #fff;
    margin-top: 2.5vw;
    letter-spacing: 6px;
    position: relative;
    padding-bottom: 14px;
}

.section02 .ctn-list ul li a .masks .center h2:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #957b54;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.section02 .ctn-list ul li a .masks .center h3 {
    color: #957b54;
    margin-top: 1vw;
}

.section02 .ctn-list ul li:hover {
    width: 50%;
}

.section02 .ctn-list ul li:hover a .tu .text {
    opacity: 1;
    left: 0;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section02 .ctn-list ul li:hover a .masks {
    opacity: 0;
}

.section02 .ctn-list ul li:not(:last-child) {
    margin-right: 4px;
}

.section02 .ctn-list ul li:nth-child(1) a {
    transition: all 0.8s ease 0.15s;
    -webkit-transition: all 0.8s ease 0.15s;
    -moz-transition: all 0.8s ease 0.15s;
    -ms-transition: all 0.8s ease 0.15s;
}

.section02 .ctn-list ul li:nth-child(2) a {
    transition: all 0.8s ease 0.3s;
    -webkit-transition: all 0.8s ease 0.3s;
    -moz-transition: all 0.8s ease 0.3s;
    -ms-transition: all 0.8s ease 0.3s;
}

.section02 .ctn-list ul li:nth-child(3) a {
    transition: all 0.8s ease 0.45s;
    -webkit-transition: all 0.8s ease 0.45s;
    -moz-transition: all 0.8s ease 0.45s;
    -ms-transition: all 0.8s ease 0.45s;
}

.section02 .ctn-list ul li:nth-child(4) a {
    transition: all 0.8s ease 0.6s;
    -webkit-transition: all 0.8s ease 0.6s;
    -moz-transition: all 0.8s ease 0.6s;
    -ms-transition: all 0.8s ease 0.6s;
}

.section02.active .ctn-list ul li a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.section03 .tu {
    width: 100%;
    height: 100vh;
    position: relative;
}

.section03 .tu > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section03 .tu .masks {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
}

.section03 .tu .masks img {
    width: 100%;
}

.section03 .content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section03 .content .top {
    padding-left: 12.5%;
    position: relative;
    z-index: 2;
}

.section03 .content .top .s-title {
    text-align: left;
}

.section03 .content .top .s-title h2 {
    color: #fff;
}

.section03 .content .top .s-title h2 a {
    color: #fff;
}

.section03 .content .top .s-title h2 a:after {
    color: #fff;
}

.section03 .content .top .s-title h3 {
    color: #bda178;
}

.section03 .content .top .s-title p {
    color: #fff;
}

.section03 .content .top .s-title p:after {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.section03 .content .top .select-style {
    margin-top: 3vw;
    width: 340px;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section03 .content .top .select-style h2 {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 2vw;
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #b9a178;
    position: relative;
}

.section03 .content .top .select-style h2:after {
    content: '\e638';
    font-family: iconfont;
    font-size: 30px;
    color: #b9a178;
    position: absolute;
    right: 2vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section03 .content .top .select-style ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 41px;
    height: 200px;
    display: none;
}

.section03 .content .top .select-style ul li a {
    display: block;
    width: 100%;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-left: 2vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section03 .content .top .select-style ul li a:hover {
    background: #957b54;
}

.section03 .content .top .select-style.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.section03 .content .bottom {
    margin-top: 10vw;
    display: flex;
    justify-content: space-between;
    padding-left: 12.5%;
    align-items: center;
    position: relative;
    z-index: 1;
}

.section03 .content .bottom .left {
    width: 38%;
    color: #fff;
    position: relative;
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.section03 .content .bottom .left h2 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 1.5em;
}

.section03 .content .bottom .left p {
    opacity: 0.7;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    line-height: 1.6;
    height: 3.2em;
    margin: 1vw 0;
}

.section03 .content .bottom .left a {
    width: 100px;
    color: #fff;
    display: flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section03 .content .bottom .left a h3 {
    padding-bottom: 4px;
    margin-right: 20px;
    position: relative;
}

.section03 .content .bottom .left a h3:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section03 .content .bottom .left a:hover {
    color: #957b54;
}

.section03 .content .bottom .left a:hover h3:after {
    background: #957b54;
}

.section03 .content .bottom .right {
    width: 54%;
    position: relative;
    transform: translateX(200px);
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.section03 .content .bottom .right .swiper-slide {
    height: 180px;
    cursor: pointer;
    border: 4px solid transparent;
}

.section03 .content .bottom .right .swiper-slide:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section03 .content .bottom .right .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section03 .content .bottom .right .swiper-slide.active {
    border: 4px solid #ab8674;
}

.section03 .content .bottom .right .swiper-slide.active:after {
    opacity: 0;
}

.section03.active .content .top .select-style {
    opacity: 1;
    transform: translateY(0);
}

.section03.active .content .bottom .left {
    transform: translateY(0);
    opacity: 1;
}

.section03.active .content .bottom .right {
    transform: translateX(0);
    opacity: 1;
}

.section03 .mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.section03 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #957b54;
}

.section04 .content {
    display: flex;
    position: relative;
}

.section04 .content .left {
    width: 75%;
    height: calc(100vh - 200px);
    display: flex;
    position: relative;
    z-index: 3;
}

.section04 .content .left .c-l {
    width: 66.6%;
    overflow: hidden;
}

.section04 .content .left .c-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: -50%;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.section04 .content .left .c-r {
    width: 33.4%;
}

.section04 .content .left .c-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.section04 .content .left .c-r ul {
    height: 100%;
}

.section04 .content .left .c-r ul li {
    overflow: hidden;
}

.section04 .content .left .c-r ul li:first-child {
    height: 42.8%;
}

.section04 .content .left .c-r ul li:first-child img {
    top: 50%;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) {
    height: 57.2%;
    position: relative;
}

.section04 .content .left .c-r ul li:nth-child(2) .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 0 3vw;
    color: #fff;
}

.section04 .content .left .c-r ul li:nth-child(2) .text h2 {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) .text p {
    letter-spacing: 8px;
    line-height: 2;
    margin: 1vw 0 2vw;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) .text .line {
    width: 60px;
    height: 4px;
    background: #957b54;
    opacity: 0;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) .text h3 {
    font-family: '宋体';
    color: #bda178;
    margin-top: 1vw;
    letter-spacing: -1px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) .text h4 {
    color: #bda178;
    text-decoration: underline;
    text-underline-offset: 6px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
}

.section04 .content .left .c-r ul li:nth-child(2) .views {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -60px;
    bottom: -60px;
    background: url(../img/btn7.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) .views:before {
    content: '';
    width: 0;
    height: 100%;
    background: url(../img/btn8.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section04 .content .left .c-r ul li:nth-child(2) .views span {
    color: #fff;
    position: relative;
}

.section04 .content .left .c-r ul li:nth-child(2) .views:hover:before {
    opacity: 1;
    width: 100%;
}

.section04 .content .right {
    width: 25%;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.section04 .content .right ul {
    height: 100%;
}

.section04 .content .right ul li {
    height: 50%;
}

.section04 .content .right ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.section04 .content .right ul li:first-child img {
    right: -50%;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.section04 .content .right ul li:nth-child(2) img {
    left: -50%;
    opacity: 0;
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
}

.section04 .content .bottom {
    position: absolute;
    width: 75%;
    height: 200px;
    left: 0;
    bottom: 0;
    background: url(../img/tu12.jpg) no-repeat;
    background-size: cover;
    z-index: 2;
    padding: 0 2%;
    display: flex;
    align-items: center;
}

.section04 .content .bottom .swiper {
    width: 100%;
}

.section04 .content .bottom .swiper .swiper-slide {
    padding: 0 3vw;
}

.section04 .content .bottom .swiper .swiper-slide:after {
    content: '';
    width: 1px;
    height: 30px;
    background: #957b54;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section04 .content .bottom .swiper .swiper-slide .tu {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section04 .content .bottom .swiper .swiper-slide .tu img {
    max-width: 100%;
    max-height: 100%;
}

.section04 .content .bottom .swiper .swiper-slide.hide:after {
    display: none;
}

.section04.active .content .left .c-l img {
    left: 0;
    opacity: 1;
}

.section04.active .content .left .c-r ul li:first-child img {
    top: 0;
    opacity: 1;
}

.section04.active .content .left .c-r ul li:nth-child(2) .text h2 {
    opacity: 1;
    transform: translateX(0);
}

.section04.active .content .left .c-r ul li:nth-child(2) .text p {
    opacity: 0.5;
    transform: translateX(0);
}

.section04.active .content .left .c-r ul li:nth-child(2) .text .line {
    opacity: 1;
}

.section04.active .content .left .c-r ul li:nth-child(2) .text h3 {
    opacity: 1;
    transform: translateY(0);
}

.section04.active .content .left .c-r ul li:nth-child(2) .text h4 {
    opacity: 1;
    transform: translateY(0);
}

.section04.active .content .left .c-r ul li:nth-child(2) .views {
    right: 0;
    bottom: 0;
}

.section04.active .content .right ul li:first-child img {
    right: 0;
    opacity: 1;
}

.section04.active .content .right ul li:nth-child(2) img {
    left: 0;
    opacity: 1;
}

.section05 .tu {
    width: 100%;
    height: 100vh;
    position: relative;
}

.section05 .tu > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section05 .content {
    position: absolute;
    width: 75%;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.section05 .content .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section05 .content .top .left h2 {
    color: #48372d;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.section05 .content .top .left h2 a {
    color: #48372d;
}

.section05 .content .top .left h3 {
    font-family: '宋体';
    color: #957b54;
    margin-top: 4px;
    opacity: 0;
    letter-spacing: -1px;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
    position: relative;
    padding-bottom: 20px;
}

.section05 .content .top .left h3:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #957b54;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section05 .content .top .left p {
    margin-top: 2vw;
    color: #000;
    letter-spacing: 6px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.section05 .content .top .right {
    width: 50%;
    padding-right: 3%;
    position: relative;
    top: 1vw;
}

.section05 .content .top .right p {
    text-align: justify;
    color: #402f25;
    opacity: 0;
    line-height: 2;
    transform: translateX(-40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section05 .content .top .right .mores {
    margin-top: 2.5vw;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section05 .content .top .right .mores a {
    margin: 0;
    background: url(../img/btn4.png) no-repeat;
    background-size: cover;
    color: #d0bea3;
}

.section05 .content .top .right .mores a:before {
    background: url(../img/btn5.png) no-repeat;
    background-size: cover;
}

.section05 .content .bottom {
    margin-top: 5vw;
}

.section05 .content .bottom ul {
    display: flex;
}

.section05 .content .bottom ul li {
    margin-right: 20px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(149, 123, 84, 0.5);
    padding: 10px;
    position: relative;
    transform: translateY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section05 .content .bottom ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid rgba(149, 123, 84, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section05 .content .bottom ul li .box {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transform: translateY(20px);
}

.section05 .content .bottom ul li .box .text {
    background: rgba(149, 123, 84, 0.7);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    color: #fff;
    position: relative;
}

.section05 .content .bottom ul li .box .text h2 {
    font-weight: bold;
    opacity: 0.7;
}

.section05 .content .bottom ul li .box .text h3 {
    opacity: 0.7;
    margin-top: 8px;
}

.section05 .content .bottom ul li .box img {
    position: absolute;
    right: 0;
    bottom: 2px;
}

.section05 .content .bottom ul li:hover {
    transform: translateY(-10px);
    border: 1px solid transparent;
}

.section05 .content .bottom ul li:hover:before {
    opacity: 1;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.section05 .content .bottom ul li:nth-child(1) .box {
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.section05 .content .bottom ul li:nth-child(2) .box {
    transition: all 0.5s ease 0.45s;
    -webkit-transition: all 0.5s ease 0.45s;
    -moz-transition: all 0.5s ease 0.45s;
    -ms-transition: all 0.5s ease 0.45s;
}

.section05 .content .bottom ul li:nth-child(3) .box {
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
}

.section05 .content .bottom ul li:nth-child(4) .box {
    transition: all 0.5s ease 0.75s;
    -webkit-transition: all 0.5s ease 0.75s;
    -moz-transition: all 0.5s ease 0.75s;
    -ms-transition: all 0.5s ease 0.75s;
}

.section05 .content .bottom ul li:nth-child(5) .box {
    transition: all 0.5s ease 0.9s;
    -webkit-transition: all 0.5s ease 0.9s;
    -moz-transition: all 0.5s ease 0.9s;
    -ms-transition: all 0.5s ease 0.9s;
}

.section05.active .content .top .left h2 {
    opacity: 1;
    transform: translateY(0);
}

.section05.active .content .top .left h3 {
    opacity: 1;
    transform: translateY(0);
}

.section05.active .content .top .left p {
    opacity: 0.7;
    transform: translateY(0);
}

.section05.active .content .top .right p {
    opacity: 0.8;
    transform: translateX(0);
}

.section05.active .content .top .right .mores {
    opacity: 1;
    transform: translateX(0);
}

.section05.active .content .bottom ul li .box {
    opacity: 1;
    transform: translateY(0);
}

.section06 {
    padding: 4vw 0 5vw;
    background: url(../img/tu14.jpg) no-repeat;
    background-size: cover;
}

.section06 .title {
    text-align: center;
}

.section06 .title h2 {
    color: #fff;
    letter-spacing: 2px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.section06 .title h2 a {
    color: #fff;
}

.section06 .title h3 {
    font-family: '宋体';
    color: #957b54;
    margin-top: 4px;
    opacity: 0;
    letter-spacing: -1px;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.section06 .ctn-list {
    padding: 0 12.5%;
    margin-top: 4vw;
}

.section06 .ctn-list ul {
    display: flex;
    justify-content: space-between;
}

.section06 .ctn-list ul li {
    padding-left: 3vw;
    position: relative;
    opacity: 0;
}

.section06 .ctn-list ul li .icon {
    width: 58px;
    height: 48px;
    overflow: hidden;
}

.section06 .ctn-list ul li .icon img {
    width: 100%;
}

.section06 .ctn-list ul li .text {
    margin-top: 2vw;
}

.section06 .ctn-list ul li .text h2 {
    position: absolute;
    left: 0;
    font-weight: bold;
    font-family: Arial;
    color: #ad997d;
    line-height: 1.2;
}

.section06 .ctn-list ul li .text p {
    color: #fff;
    line-height: 1.8;
    position: relative;
    left: 4px;
}

.section06 .ctn-list ul li:nth-child(1) {
    transform: translateX(-10px);
    transition: all 0.5s ease 0.1s;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
}

.section06 .ctn-list ul li:nth-child(2) {
    transform: translateX(-20px);
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.section06 .ctn-list ul li:nth-child(3) {
    transform: translateX(-30px);
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.section06 .ctn-list ul li:nth-child(4) {
    transform: translateX(-40px);
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.section06 .ctn-list ul li:nth-child(5) {
    transform: translateX(-50px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section06 .ctn-list ul li:nth-child(6) {
    transform: translateX(-60px);
    transition: all 0.5s ease 0.6s;
    -webkit-transition: all 0.5s ease 0.6s;
    -moz-transition: all 0.5s ease 0.6s;
    -ms-transition: all 0.5s ease 0.6s;
}

.section06 .ctn-list ul li:nth-child(7) {
    transform: translateX(-70px);
    transition: all 0.5s ease 0.7s;
    -webkit-transition: all 0.5s ease 0.7s;
    -moz-transition: all 0.5s ease 0.7s;
    -ms-transition: all 0.5s ease 0.7s;
}

.section06.active .title h2 {
    opacity: 1;
    transform: translateY(0);
}

.section06.active .title h3 {
    opacity: 1;
    transform: translateY(0);
}

.section06.active .ctn-list ul li {
    opacity: 1;
    transform: translateX(0);
}

.section07 {
    background: url(../img/bg6.jpg) no-repeat;
    background-size: cover;
}

.section07 .content {
    padding: 0 12.5%;
}

.section07 .content .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section07 .content .top .left .title {
    display: flex;
    align-items: flex-end;
}

.section07 .content .top .left .title h2 {
    color: #231815;
    letter-spacing: 2px;
    opacity: 0.5;
    transform: translateY(20px);
    transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
}

.section07 .content .top .left .title h2 a {
    color: #231815;
}

.section07 .content .top .left .title h3 {
    font-family: '宋体';
    color: #957b54;
    margin-left: 2vw;
    opacity: 0.5;
    letter-spacing: -1px;
    transform: translateY(20px);
    transition: all 0.5s ease 0.3s;
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    -ms-transition: all 0.5s ease 0.3s;
}

.section07 .content .top .left p {
    color: #2b2b2b;
    letter-spacing: 10px;
    position: relative;
    padding-bottom: 1vw;
    margin-top: 1vw;
    opacity: 0.5;
    transform: translateY(20px);
    transition: all 0.5s ease 0.4s;
    -webkit-transition: all 0.5s ease 0.4s;
    -moz-transition: all 0.5s ease 0.4s;
    -ms-transition: all 0.5s ease 0.4s;
}

.section07 .content .top .left p:after {
    content: '';
    width: 60px;
    height: 4px;
    background: #c0a782;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section07 .content .top .right {
    width: 42%;
    border-bottom: 1px solid #bfbfbf;
    opacity: 0.5;
    transform: translateX(40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section07 .content .top .right ul {
    display: flex;
    justify-content: flex-end;
}

.section07 .content .top .right ul li {
    cursor: pointer;
    padding: 0 30px 20px;
    color: #585656;
    position: relative;
}

.section07 .content .top .right ul li a {
    display: block;
    color: #585656;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section07 .content .top .right ul li:before {
    content: '';
    width: 1px;
    height: 16px;
    background: #585656;
    position: absolute;
    right: 0;
    top: 4px;
}

.section07 .content .top .right ul li:after {
    content: '';
    width: 0;
    height: 4px;
    background: #bfa47c;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section07 .content .top .right ul li:last-child {
    padding-right: 0;
}

.section07 .content .top .right ul li:last-child:before {
    display: none;
}

.section07 .content .top .right ul li:hover a {
    color: #ae9872;
}

.section07 .content .top .right ul li:hover:after {
    width: 100%;
    left: 0;
}

.section07 .content .top .right ul li.active a {
    color: #ae9872;
}

.section07 .content .top .right ul li.active:after {
    width: 100%;
    left: 0;
}

.section07 .content .bottom {
    margin-top: 3vw;
    opacity: 0.5;
    transform: translateY(40px);
    transition: all 0.5s ease 0.5s;
    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -ms-transition: all 0.5s ease 0.5s;
}

.section07 .content .bottom .swiper-slide h3 {
    color: #585656;
    font-family: Arial;
}

.section07 .content .bottom .swiper-slide h3 span {
    color: #c0a782;
}

.section07 .content .bottom .swiper-slide h2 {
    color: #39312c;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    margin: 0.8vw 0 1.2vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section07 .content .bottom .swiper-slide .tu {
    height: 238px;
    overflow: hidden;
}

.section07 .content .bottom .swiper-slide .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.section07 .content .bottom .swiper-slide p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    color: #231815;
    opacity: 0.6;
    margin-top: 1.5vw;
}

.section07 .content .bottom .swiper-slide:hover h2 {
    color: #957b54;
}

.section07 .content .bottom .swiper-slide:hover .tu img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.section07 .content .bottom .mores {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.section07 .content .bottom .mores:before {
    content: '';
    width: 75%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.section07 .content .bottom .mores a {
    margin: 0;
}

.section07.active .content .top .left .title h2 {
    opacity: 1;
    transform: translateY(0);
}

.section07.active .content .top .left .title h3 {
    opacity: 1;
    transform: translateY(0);
}

.section07.active .content .top .left p {
    opacity: 1;
    transform: translateY(0);
}

.section07.active .content .top .right {
    opacity: 1;
    transform: translateX(0);
}

.section07.active .content .bottom {
    opacity: 1;
    transform: translateY(0);
}


/*表单*/
.section01 .banner {
    position: relative;
}

.section01 .banner .my-form {
    display: none;
    min-width: 180px;
    position: absolute;
    text-align: center;

    left: 6vw;
    padding: 20px;
    /* top: 10vw; */
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
}

.section01 .banner .t1 {
    color: white;
    font-size: 24px;
}

.section01 .banner .t2 {
    /* margin-top: 10px;

        margin-bottom: 20px; */
    color: white;
}

.section01 .banner .my-form .layui-input {
    margin: 8px 0;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

.section01 .banner .my-form .submits {
    border-radius: 10px;
    border: none;
    width: 100%;
    /* padding: 10px; */
    color: #614e3d;
    background: #d1b48a;

    /* margin-top: 30px; */
}

/*结束*/
.mores a {
    width: 200px;
    height: 46px;
}

.mores a h3 {
    line-height: 46px;
}

.mores a h3 span {
    margin-left: 30px;
}

.section01 .banner .swiper .swiper-slide {
    height: calc(100vh - 160px);
}

.section01 .bottom {
    height: 160px;
}

.section01 .bottom ul li .box .left h2 {
    position: relative;
    top: -2px;
}

.section02 .ctn-list ul li a .tu {
    height: 400px;
}

.section02 .ctn-list ul li a .masks .center .icon {
    height: 84px;
}

.section02 .ctn-list ul li a .masks .center .icon img {
    max-height: 84px;
}

.section03 .content .top {
    padding-left: 10%;
}

.section03 .content .top .select-style {
    width: 300px;
}

.section03 .content .bottom {
    padding-left: 10%;
}

.section03 .content .bottom .right .swiper-slide {
    height: 140px;
}

.section04 .content .left {
    height: calc(100vh - 160px);
}

.section04 .content .left .c-r ul li:nth-child(2) .text .line {
    width: 50px;
}

.section04 .content .left .c-r ul li:nth-child(2) .views {
    width: 50px;
    height: 50px;
    right: -50px;
    bottom: -50px;
}

.section04 .content .bottom {
    height: 160px;
}

.section04 .content .bottom .swiper .swiper-slide .tu {
    height: 42px;
}

.section05 .content {
    width: 80%;
}

.section05 .content .bottom ul li {
    width: 140px;
    height: 140px;
    padding: 8px;
    margin-right: 14px;
}

.section05 .content .bottom ul li .box img {
    width: 40px;
}

.section06 .ctn-list {
    padding: 0 10%;
}

.section06 .ctn-list ul li .icon {
    width: 52px;
    height: 44px;
}

.section07 .content {
    padding: 0 10%;
}

.section07 .content .bottom .swiper-slide .tu {
    height: 220px;
}


@media screen and (max-width: 1440px) {
    .s-title p {
        letter-spacing: 6px;
    }

    .section03 .content .bottom .right .swiper-slide {
        height: 120px;
    }

    .section04 .content .left {
        height: calc(100vh - 120px);
    }

    .section04 .content .left .c-r ul li:nth-child(2) .text p {
        letter-spacing: 6px;
        margin: 10px 0 20px;
    }

    .section04 .content .bottom {
        height: 120px;
    }

    .section04 .content .bottom .swiper .swiper-slide .tu {
        height: 36px;
    }

    .section05 .content .top .left p {
        letter-spacing: 2px;
    }

    .section05 .content .top .right {
        padding-right: 0;
    }

    .section06 .ctn-list ul li {
        padding-left: 40px;
    }

    .section07 .content .top .left p {
        letter-spacing: 6px;
    }

    .section07 .content .bottom .swiper-slide .tu {
        height: 196px;
    }
}

@media screen and (max-width: 1366px) {
    .section02 .ctn-list ul li a .tu {
        height: 300px;
    }

    .section02 .ctn-list ul li a .masks .center .icon {
        height: 74px;
    }

    .section02 .ctn-list ul li a .masks .center .icon img {
        max-height: 74px;
    }

    .section04 .content .left .c-r ul li:nth-child(2) .text p {
        letter-spacing: 2px;
        margin: 4px 0 14px;
    }
}

@media screen and (max-width: 1280px) {
    .section01 .banner .swiper .swiper-slide {
        height: calc(100vh - 140px);
    }

    .section01 .bottom {
        height: 140px;
        padding: 0 2%;
    }

    .section01 .bottom ul li .box .left h2 {
        font-size: 24px;
        top: 2px;
    }

    .section07 .content .bottom .swiper-slide .tu {
        height: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .section03 .content .top {
        padding-left: 5%;
    }

    .section03 .content .bottom {
        padding-left: 5%;
    }

    .section05 .content {
        width: 90%;
    }

    .section06 .ctn-list {
        padding: 0 5%;
    }

    .section07 .content {
        padding: 0 5%;
    }
}

@media screen and (max-width: 1024px) {
    .section01 .banner {
        margin-top: 80px;
    }

    .section01 .banner .swiper .swiper-slide {
        height: 65vw;
    }

    .section01 .banner .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .section01 .banner .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
    }

    .section02 {
        padding: 40px 0;
    }

    .section02 .ctn-list {
        margin-top: 30px;
    }

    .section02 .ctn-list ul li {
        width: 25%;
    }

    .section02 .ctn-list ul li a .tu .text {
        display: none;
    }

    .section02 .ctn-list ul li a .masks {
        opacity: 1 !important;
    }

    .section03 .tu {
        height: 580px;
    }

    .section04 .content .left {
        height: 500px;
    }

    .section04 .content .left .c-l img {
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
    }

    .section04 .content .left .c-r ul li:first-child img {
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
    }

    .section04 .content .right {
        height: 620px;
    }

    .section04 .content .right ul li:first-child img {
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
    }

    .section04 .content .right ul li:nth-child(2) img {
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
    }

    .section05 .tu {
        height: 580px;
    }

    .section07 {
        padding: 40px 0;
    }

    .section07 .content .bottom {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .mores {
        display: none;
    }

    .s-title {
        text-align: left;
        padding-left: 5%;
    }

    .s-title h2 {
        letter-spacing: 0;
    }

    .s-title h2 a {
        padding-right: 30px;
        position: relative;
    }

    .s-title h2 a:after {
        content: '\e683';
        font-family: iconfont;
        color: #231815;
        opacity: 0.5;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .s-title h3 {
        display: none;
    }

    .s-title p {
        letter-spacing: 2px;
        padding-bottom: 14px;
        margin-top: 10px;
    }

    .s-title p:after {
        width: 40px;
        height: 3px;
        left: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
    }

    .s-title.pc {
        display: none;
    }

    .s-title.mobile {
        display: block;
    }

    .section03 .s-title.mobile {
        padding: 0 5% 30px;
    }

    .section04 .s-title.mobile {
        padding: 40px 5% 30px;
    }

    .section05 .s-title.mobile {
        padding: 40px 5% 30px;
    }

    .slide-bottom {
        flex-wrap: wrap;
        min-height: auto;
        max-height: inherit;
        padding: 20px 10px;
    }

    .slide-bottom .tu {
        display: none;
    }

    .slide-bottom .left {
        margin-left: 0;
        width: 100%;
    }

    .slide-bottom .left .t-l {
        padding-right: 10px;
    }

    .slide-bottom .left .t-l h2 {
        font-size: 14px;
    }

    .slide-bottom .left .t-l h3 {
        font-size: 12px;
    }

    .slide-bottom .left .t-r {
        padding-left: 10px;
    }

    .slide-bottom .left .t-r h2 {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .slide-bottom .right {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .section01 .banner {
        margin-top: 60px;
    }

    .section01 .banner .swiper-pagination {
        bottom: 10px;
    }

    .section01 .bottom {
        height: auto;
        padding: 30px 0;
    }

    .section01 .bottom ul li:after {
        height: 30px;
        top: 80%;
    }

    .section01 .bottom ul li .box {
        display: block;
    }

    .section01 .bottom ul li .box .left {
        display: flex;
        align-items: flex-end;
    }

    .section01 .bottom ul li .box .left h2 {
        line-height: 1;
    }

    .section01 .bottom ul li .box .left h3 {
        margin-top: 0;
        line-height: 1;
        font-size: 12px;
        margin-left: 4px;
    }

    .section01 .bottom ul li .box .right {
        margin-left: 0;
        margin-top: 8px;
    }

    .section01 .bottom ul li .box .right h2 {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .section01 .bottom ul li .box .right h2:after {
        width: 16px;
    }

    .section01 .bottom ul li .box .right p {
        display: none;
    }

    .section02 {
        background: none;
    }

    .section02 .ctn-list {
        padding-left: 0;
    }

    .section02 .ctn-list ul li {
        flex-shrink: 0;
        width: auto;
    }

    .section02 .ctn-list ul li a .tu {
        height: 280px;
    }

    .section02 .ctn-list ul li a .masks .center .icon {
        height: 40px;
    }

    .section02 .ctn-list ul li a .masks .center .icon img {
        max-height: 40px;
    }

    .section02 .ctn-list ul li a .masks .center h2 {
        letter-spacing: 2px;
        margin-top: 30px;
        padding-bottom: 10px;
    }

    .section02 .ctn-list ul li a .masks .center h3 {
        font-size: 12px;
        margin-top: 10px;
    }

    .section03 .s-title {
        padding-left: 0;
    }

    .section03 .tu {
        height: 440px;
    }

    .section03 .content {
        top: 56%;
    }

    .section03 .content .top .select-style {
        width: 200px;
        margin-top: 30px;
    }

    .section03 .content .top .select-style h2 {
        padding: 0 14px;
    }

    .section03 .content .top .select-style ul li a {
        padding-left: 14px;
    }

    .section03 .content .bottom {
        flex-wrap: wrap;
    }

    .section03 .content .bottom .left {
        order: 2;
        width: 80%;
        margin-top: 30px;
    }

    .section03 .content .bottom .left p {
        margin: 10px 0;
    }

    .section03 .content .bottom .right {
        width: 100%;
    }

    .section03 .content .bottom .right .swiper-slide {
        height: 100px;
    }

    .section04 {
        margin-top: 4px;
    }

    .section04 .content {
        flex-wrap: wrap;
    }

    .section04 .content .left {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .section04 .content .left .c-l {
        width: 100%;
    }

    .section04 .content .left .c-r {
        width: 100%;
        margin-top: 4px;
    }

    .section04 .content .left .c-r .mobile {
        display: none !important;
    }

    .section04 .content .left .c-r ul {
        display: flex;
        justify-content: space-between;
    }

    .section04 .content .left .c-r ul li {
        width: 50%;
        height: 200px;
    }

    .section04 .content .left .c-r ul li:first-child {
        height: 200px;
        width: calc(50% - 4px);
    }

    .section04 .content .left .c-r ul li:nth-child(2) {
        height: 200px;
    }

    .section04 .content .left .c-r ul li:nth-child(2) .text p {
        letter-spacing: 0;
        font-size: 12px;
        line-height: 1.5;
    }

    .section04 .content .left .c-r ul li:nth-child(2) .text .line {
        width: 30px;
        height: 3px;
    }

    .section04 .content .left .c-r ul li:nth-child(2) .text h3 {
        font-size: 12px;
        margin-top: 14px;
        letter-spacing: 0;
    }

    .section04 .content .left .c-r ul li:nth-child(2) .text h4 {
        font-size: 12px;
    }

    .section04 .content .left .c-r ul li:nth-child(2) .views {
        width: 40px;
        height: 40px;
    }

    .section04 .content .right {
        display: none;
    }

    .section04 .content .bottom {
        position: relative;
        width: 100%;
        height: 80px;
        padding: 0;
    }

    .section04 .content .bottom .swiper .swiper-slide:after {
        height: 14px;
        opacity: 0.5;
    }

    .section05 .content .top {
        display: block;
    }

    .section05 .content .top .left {
        display: none;
    }

    .section05 .content .top .left h2 {
        letter-spacing: 0;
    }

    .section05 .content .top .left h2 a {
        padding-right: 30px;
        position: relative;
    }

    .section05 .content .top .left h2 a:after {
        content: '\e683';
        font-family: iconfont;
        color: #231815;
        opacity: 0.5;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section05 .content .top .left h3 {
        display: none;
    }

    .section05 .content .top .left p {
        letter-spacing: 2px;
        padding-bottom: 14px;
        position: relative;
    }

    .section05 .content .top .left p:after {
        content: '';
        width: 40px;
        height: 3px;
        background: #957b54;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .section05 .content .top .right {
        width: 100%;
        top: 0;
        margin-top: 20px;
    }

    .section05 .content .top .right p {
        line-height: 1.6;
    }

    .section05 .content .bottom {
        margin-top: 20px;
    }

    .section05 .content .bottom ul {
        flex-wrap: wrap;
    }

    .section05 .content .bottom ul li {
        width: 100px;
        height: 100px;
        margin-right: 10px;
        padding: 6px;
        margin-top: 10px;
        transform: translateY(10px);
    }

    .section05 .content .bottom ul li .box img {
        width: 24px;
    }

    .section05 .content .bottom ul li .box .text {
        padding-left: 6px;
    }

    .section05 .content .bottom ul li .box .text h3 {
        font-size: 12px;
    }

    .section06 {
        padding: 40px 0 0;
        background: none;
    }

    .section06 .title {
        text-align: left;
        padding-left: 5%;
        display: none;
    }

    .section06 .title h2 a {
        padding-right: 30px;
        position: relative;
    }

    .section06 .title h2 a:after {
        content: '\e683';
        font-family: iconfont;
        color: #fff;
        opacity: 0.5;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: -2px;
    }

    .section06 .title h3 {
        display: none;
    }

    .section06 .ctn-list {
        margin-top: 30px;
        background: url(../img/tu14.jpg) no-repeat;
        background-size: cover;
        padding: 20px 0 40px;
    }

    .section06 .ctn-list ul {
        flex-wrap: wrap;
    }

    .section06 .ctn-list ul li {
        width: 30%;
        margin-top: 20px;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section06 .ctn-list ul li .icon {
        width: 40px;
        height: 33px;
    }

    .section06 .ctn-list ul li .text h2 {
        left: 10%;
    }

    .section07 {
        background: none;
    }

    .section07 .content {
        padding: 0;
    }

    .section07 .content .top {
        padding-left: 5%;
    }

    .section07 .content .top .left .title h2 {
        letter-spacing: 0;
    }

    .section07 .content .top .left .title h2 a {
        padding-right: 30px;
        position: relative;
    }

    .section07 .content .top .left .title h2 a:after {
        content: '\e683';
        font-family: iconfont;
        color: #231815;
        opacity: 0.5;
        font-size: 20px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .section07 .content .top .left .title h3 {
        display: none;
    }

    .section07 .content .top .left p {
        letter-spacing: 2px;
        padding-bottom: 14px;
        margin-top: 10px;
    }

    .section07 .content .top .left p:after {
        width: 40px;
        height: 3px;
    }

    .section07 .content .top .right {
        display: none;
    }

    .section07 .content .bottom .swiper {
        padding: 0 5%;
    }

    .section07 .content .bottom .swiper-slide h2 {
        margin: 6px 0 10px;
    }

    .section07 .content .bottom .swiper-slide .tu {
        height: 140px;
    }

    .section07 .content .bottom .swiper-slide p {
        margin-top: 10px;
    }

    .section07 .content .bottom .mores {
        display: none;
    }
}

@media screen and(min-width: 1200px) {
    .section01 .banner {
        position: relative;
    }

    .section01 .banner .my-form {
        min-width: 180px;
        position: absolute;
        text-align: center;
        width: 23vw;
        left: 6vw;
        padding: 20px;
        top: 10vw;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .section01 .banner .t1 {
        color: white;
        font-size: 24px;
    }

    .section01 .banner .t2 {
        margin-top: 10px;

        margin-bottom: 20px;
        color: white;
    }

    .section01 .banner .my-form .layui-input {
        margin: 1vw 0;
        color: white;
        background-color: rgba(0, 0, 0, 0);
        padding: 20px;
    }

    .section01 .banner .my-form .submits {
        border-radius: 10px;
        border: none;
        width: 100%;
        padding: 10px;
        color: #614e3d;
        background: #d1b48a;

        margin-top: 30px;
    }
}

@media screen and(max-width: 600px) {
    .section01 .banner .my-form {
        min-width: 180px;
        position: absolute;
        text-align: center;
        width: 23vw;
        min-width: 200px;
        left: 6vw;
        padding: 10px;
        top: 2vw;
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .section01 .banner .t1 {
        color: white;
        font-size: 17px;
    }

    .section01 .banner .my-form .layui-input {
        margin: 1vw 0;
        height: 6vw;
        color: white;
        background-color: rgba(0, 0, 0, 0);
        padding: 5px;
    }

    .section01 .banner .my-form .submits {
        border-radius: 10px;
        border: none;
        width: 100%;
        padding: 5px;
        color: #614e3d;
        background: #d1b48a;
        margin-top: 1vw;
    }
}

/* Media query for mobile devices */
@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none;
        /*  ????*/
    }
}

/* Media query for desktop devices */
@media only screen and (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}
